home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / duchie.arc / DU291US3.EXE / pak / DUTCHIE.MDM < prev    next >
Text File  |  1990-06-06  |  4KB  |  98 lines

  1. ; ╔════════════════════════════════════════════════════════════════════╗
  2. ; ║            MODEM SETUP FOR DUTCHIE VERSION 2.90                    ║
  3. ; ║                                                                    ║
  4. ; ║    MODEM:  USR ROBOTICS HST 9600                                   ║
  5. ; ║                                                                    ║
  6. ; ╚════════════════════════════════════════════════════════════════════╝
  7. ;
  8. ; NOTES: Modem Setup string does NOT set the auto-answer on.
  9. ;        the setupin string does this.  The logic for this is that
  10. ;        you are not actually awating callers until dutchie is ready
  11. ;        dutchie does this by sending the setupin string.  You may or
  12. ;        may not wish to change this. It works very well for us.
  13. ;
  14. ;        We have found a "bug" with the setup and we are not sure
  15. ;        if there is a "fix".  When the phone is ringing, it is almost
  16. ;        impossible to set the AutoAnswer on.  This is true on either
  17. ;        setting.  The first outgoing call, or event WILL re-set the
  18. ;        modem properly, but that *could* take all day. Anyone want to
  19. ;        take a crack at this one.  PS: if you notice that the AA light
  20. ;        isn't on and the phone was ringing during init., just press the
  21. ;        F5 key from dutchie whether there is a call to go out or not.
  22. ;        Dutchie then sends the setupout, followed by the setup in, which
  23. ;        correctly re-sets the modem.
  24. ;
  25. ; Set your dip switches up as opus suggests:
  26. ;
  27. ;   1 - UP   * Change from default
  28. ;   2 - UP
  29. ;   3 - DOWN
  30. ;   4 - UP
  31. ;   5 - DOWN
  32. ;   6 - UP   * Change from default
  33. ;   7 - UP
  34. ;   8 - DOWN
  35. ;   9 - DOWN
  36. ;  10 - UP
  37. ;
  38. ;
  39. ;
  40. modem setup          ^AT&F&H1&R2&B1&M4E0H0M1X6B1S0=0S2=255S7=90|
  41. ;
  42. ; Use this if you run into trouble:
  43. ;                                                               *
  44. ; modem setup          ^AT &F &H1 &R2 &B1 &M4 E0 H0 M0 X6 B0 S0=1 S2=255 S7=60|
  45. ;
  46. modem setupin        ^AT S0=1|
  47. modem setupout       ^AT S0=0|%
  48. modem reset          ^AT E0 V1 X6 S0=0|%
  49. modem setupterm      ^AT E1 S0=0|
  50. modem answer         AT A|*
  51. modem disconnect     %
  52. modem busy           %
  53. ;modem notbusy        
  54. modem dropcarrier    ~~~+++~~~*ATH0|%
  55. modem predial atd
  56. modem postdial |
  57. modem baud 9600
  58. modem response *ARQ           0
  59. modem response RINGING        1
  60. modem response OK             2
  61. modem response RING           3
  62. modem response RINGING        4
  63. modem response VOICE          4
  64. modem response NO_CARRIER     4
  65. modem response ERROR          4
  66. modem response NO_DIAL_TONE   4 
  67. modem response BUSY           4
  68. modem response NO_ANSWER      4
  69. modem response CONNECT       300
  70. modem response *CONNECT_1200 1200
  71. modem response *CONNECT_2400 2400
  72. modem response *CONNECT_9600 9600
  73. modem waitcarrier 100
  74. ;flag slow_modem
  75. ;flag self_off_hook 3
  76. ;
  77. ;
  78. ;   We set up X00 with the following:
  79. ;
  80. ;     device=x00.sys E 1 B,0,19200
  81. ;
  82. ;   you may have to change the baud rate from 19200 to 9600 if your
  83. ;   comm port does not support it.  Many clones do not!
  84. ;
  85. ;   If anyones curious we do have the USR HST Plus with the 450
  86. ;   backchannel.  We didn't have the one with the 300, though I doubt
  87. ;   that there are any differences in the command set with what we used.
  88. ;
  89. ;   If you are experiencing problems, look at the & modem commands they
  90. ;   may be the culprit. Reference your manual, and/or the quick help guide.
  91. ;
  92. ;   Any comments (or problems) with this modem init should be addressed
  93. ;   to:
  94. ;         David Gilbert
  95. ;         RAM-SOFT Archive Library (1:135/1.0)
  96. ;         1-(305)-226-3310
  97. ;
  98.